home *** CD-ROM | disk | FTP | other *** search
- head 1.6;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.6
- date 92.03.02.15.29.56; author bmiller; state Exp;
- branches ;
- next 1.5;
-
- 1.5
- date 91.02.09.13.24.44; author ouster; state Exp;
- branches ;
- next 1.4;
-
- 1.4
- date 91.01.07.18.02.22; author mottsmth; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 90.01.12.12.03.36; author douglis; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 89.01.07.04.12.18; author rab; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.12.29.16.45.52; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.6
- log
- @copyright year changed by bmiller.
- @
- text
- @/*
- * module.c --
- *
- * Description.
- *
- * Copyright 1992 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that this copyright
- * notice appears in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- */
-
- #ifndef lint
- static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.5 91/02/09 13:24:44 ouster Exp Locker: bmiller $ SPRITE (Berkeley)";
- #endif /* not lint */
-
-
- /*
- *----------------------------------------------------------------------
- *
- * <procName> --
- *
- * <description>
- *
- * Results:
- * None.
- *
- * Side effects:
- * None.
- *
- *----------------------------------------------------------------------
- */
-
- void
- Routine()
- {
- }
- @
-
-
- 1.5
- log
- @Slight change to copyright notice.
- @
- text
- @d6 1
- a6 1
- * Copyright 1991 Regents of the University of California
- d17 1
- a17 1
- static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.4 91/01/07 18:02:22 mottsmth Exp Locker: ouster $ SPRITE (Berkeley)";
- @
-
-
- 1.4
- log
- @Update copyright date
- @
- text
- @d9 2
- a10 2
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- d17 1
- a17 1
- static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.3 90/01/12 12:03:36 douglis Exp Locker: mottsmth $ SPRITE (Berkeley)";
- @
-
-
- 1.3
- log
- @changed copyright year
- @
- text
- @d6 1
- a6 1
- * Copyright 1990 Regents of the University of California
- d17 1
- a17 1
- static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.2 89/01/07 04:12:18 rab Exp Locker: douglis $ SPRITE (Berkeley)";
- @
-
-
- 1.2
- log
- @Put comments around trialing characters of #endif.
- @
- text
- @d6 1
- a6 1
- * Copyright 1989 Regents of the University of California
- d17 1
- a17 1
- static char rcsid[] = "$Header: /sprite/lib/forms/RCS/proto.c,v 1.1 88/12/29 16:45:52 ouster Exp Locker: rab $ SPRITE (Berkeley)";
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d17 2
- a18 2
- static char rcsid[] = "$Header: proto.c,v 1.2 88/03/11 08:39:08 ouster Exp $ SPRITE (Berkeley)";
- #endif not lint
- @
-